3.120 \(\int \frac{x^3 \left (a c+b c x^2\right )}{a+b x^2} \, dx\)

Optimal. Leaf size=8 \[ \frac{c x^4}{4} \]

[Out]

(c*x^4)/4

_______________________________________________________________________________________

Rubi [A]  time = 0.00656093, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.087 \[ \frac{c x^4}{4} \]

Antiderivative was successfully verified.

[In]  Int[(x^3*(a*c + b*c*x^2))/(a + b*x^2),x]

[Out]

(c*x^4)/4

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 3.56995, size = 5, normalized size = 0.62 \[ \frac{c x^{4}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**3*(b*c*x**2+a*c)/(b*x**2+a),x)

[Out]

c*x**4/4

_______________________________________________________________________________________

Mathematica [A]  time = 0.000807317, size = 8, normalized size = 1. \[ \frac{c x^4}{4} \]

Antiderivative was successfully verified.

[In]  Integrate[(x^3*(a*c + b*c*x^2))/(a + b*x^2),x]

[Out]

(c*x^4)/4

_______________________________________________________________________________________

Maple [A]  time = 0., size = 7, normalized size = 0.9 \[{\frac{c{x}^{4}}{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^3*(b*c*x^2+a*c)/(b*x^2+a),x)

[Out]

1/4*c*x^4

_______________________________________________________________________________________

Maxima [A]  time = 1.34633, size = 8, normalized size = 1. \[ \frac{1}{4} \, c x^{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x^2 + a*c)*x^3/(b*x^2 + a),x, algorithm="maxima")

[Out]

1/4*c*x^4

_______________________________________________________________________________________

Fricas [A]  time = 0.216796, size = 8, normalized size = 1. \[ \frac{1}{4} \, c x^{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x^2 + a*c)*x^3/(b*x^2 + a),x, algorithm="fricas")

[Out]

1/4*c*x^4

_______________________________________________________________________________________

Sympy [A]  time = 0.104614, size = 5, normalized size = 0.62 \[ \frac{c x^{4}}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**3*(b*c*x**2+a*c)/(b*x**2+a),x)

[Out]

c*x**4/4

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.224878, size = 8, normalized size = 1. \[ \frac{1}{4} \, c x^{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x^2 + a*c)*x^3/(b*x^2 + a),x, algorithm="giac")

[Out]

1/4*c*x^4